home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
By Popular Request 2.0
/
By Popular Request 2.0 (Arsenal Computer).ISO
/
amiga_1
/
amytemp.lha
/
AmigaTemp
/
ARexxScr
/
Quit.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-05-20
|
300b
|
9 lines
/* AmigaTemp V1.1 ARexx */
/* Send Quit to AmigaTemp */
if Show(P, 'AmigaTemp') then /* Is program running? */
do /* Yes... */
Address 'AmigaTemp' /* Portname for AmigaTemp (Case sensitive) */
'Quit' /* Quit AmigaTemp */
end